home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #14 / Monster Media No. 14 (April 1996) (Monster Media, Inc.).ISO / prog_d / dbet103e.zip / DBETVIEW.DFM / DBETVIEW.txt next >
Text File  |  1996-01-25  |  4KB  |  159 lines

  1. object TableViewForm: TTableViewForm
  2.   Left = 316
  3.   Top = 100
  4.   ActiveControl = TblGrid
  5.   BorderStyle = bsDialog
  6.   Caption = 'Tabellenansicht'
  7.   ClientHeight = 318
  8.   ClientWidth = 512
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   KeyPreview = True
  15.   PixelsPerInch = 96
  16.   Position = poScreenCenter
  17.   OnClose = FormClose
  18.   OnKeyDown = FormKeyDown
  19.   OnShow = FormShow
  20.   TextHeight = 13
  21.   object Panel2: TPanel
  22.     Left = 0
  23.     Top = 0
  24.     Width = 512
  25.     Height = 280
  26.     Align = alClient
  27.     BevelOuter = bvNone
  28.     BorderWidth = 3
  29.     TabOrder = 0
  30.     object TblGrid: TDBGrid
  31.       Left = 3
  32.       Top = 34
  33.       Width = 506
  34.       Height = 243
  35.       Align = alClient
  36.       DataSource = TblSource
  37.       Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs]
  38.       ReadOnly = True
  39.       TabOrder = 0
  40.       TitleFont.Color = clBlack
  41.       TitleFont.Height = -11
  42.       TitleFont.Name = 'MS Sans Serif'
  43.       TitleFont.Style = []
  44.       OnDblClick = TblGridDblClick
  45.     end
  46.     object BetaVLabel: TPanel
  47.       Left = 3
  48.       Top = 3
  49.       Width = 506
  50.       Height = 31
  51.       Align = alTop
  52.       BevelOuter = bvNone
  53.       BorderWidth = 2
  54.       TabOrder = 1
  55.       object TVNav: TDBENavigator
  56.         Left = 2
  57.         Top = 2
  58.         Width = 417
  59.         Height = 25
  60.         DBExtender = TblDBExtender
  61.         VisBtnsSearch = [snbSearch, snbSearchInc, snbSearchNext, snbSetBookmark, snbGotoBookmark, snbTblFilter, snbActiveFilter]
  62.         VisBtnsRecord = []
  63.         VisBtnsExtend = [enbMemoView, enbLookUp]
  64.         ButtonWidth = 25
  65.         ButtonHeight = 25
  66.         IncSrchWidth = 60
  67.         Ctl3D = False
  68.         ParentCtl3D = False
  69.         ParentShowHint = False
  70.         ShowHint = True
  71.         TabOrder = 0
  72.       end
  73.     end
  74.   end
  75.   object Panel3: TPanel
  76.     Left = 0
  77.     Top = 280
  78.     Width = 512
  79.     Height = 38
  80.     Align = alBottom
  81.     Alignment = taLeftJustify
  82.     BevelOuter = bvNone
  83.     BorderWidth = 2
  84.     Caption = 'Panel3'
  85.     TabOrder = 1
  86.     object Panel1: TPanel
  87.       Left = 337
  88.       Top = 2
  89.       Width = 173
  90.       Height = 34
  91.       Align = alRight
  92.       BevelOuter = bvNone
  93.       TabOrder = 0
  94.       object OKBtn: TBitBtn
  95.         Left = 5
  96.         Top = 2
  97.         Width = 80
  98.         Height = 30
  99.         Caption = '&OK'
  100.         TabOrder = 0
  101.         OnClick = OKBtnClick
  102.         Kind = bkOK
  103.       end
  104.       object CancelBtn: TBitBtn
  105.         Left = 89
  106.         Top = 2
  107.         Width = 80
  108.         Height = 30
  109.         TabOrder = 1
  110.         OnClick = CancelBtnClick
  111.         Kind = bkCancel
  112.       end
  113.     end
  114.     object TVStatusPanel: TPanel
  115.       Left = 88
  116.       Top = 2
  117.       Width = 249
  118.       Height = 34
  119.       Align = alClient
  120.       Alignment = taLeftJustify
  121.       BevelInner = bvLowered
  122.       BevelOuter = bvNone
  123.       TabOrder = 1
  124.     end
  125.     object UserBtnPanel: TPanel
  126.       Left = 2
  127.       Top = 2
  128.       Width = 86
  129.       Height = 34
  130.       Align = alLeft
  131.       BevelOuter = bvNone
  132.       TabOrder = 2
  133.       object UserBtn: TButton
  134.         Left = 1
  135.         Top = 2
  136.         Width = 80
  137.         Height = 30
  138.         Caption = 'UserBtn'
  139.         TabOrder = 0
  140.       end
  141.     end
  142.   end
  143.   object TblSource: TDataSource
  144.     AutoEdit = False
  145.     Left = 62
  146.     Top = 195
  147.   end
  148.   object TblDBExtender: TDBExtender
  149.     AllowKeys = [akSelectNext, akDBMove, akLookUp, akSearch, akIncSearch, akBookmark, akDuplicate, akCancel, akDelete, akInsert]
  150.     StatusPanel = TVStatusPanel
  151.     MessagePanel = TVStatusPanel
  152.     MasterSource = TblSource
  153.     FormOnKeyPhysical = TblDBExtenderFormOnKeyPhysical
  154.     FormOnException = TblDBExtenderFormOnException
  155.     Left = 93
  156.     Top = 195
  157.   end
  158. end
  159.